compress/flate.decompressor.toRead (field)

13 uses

	compress/flate (current package)
		inflate.go#L296: 	toRead    []byte
		inflate.go#L337: 		if len(f.toRead) > 0 {
		inflate.go#L338: 			n := copy(b, f.toRead)
		inflate.go#L339: 			f.toRead = f.toRead[n:]
		inflate.go#L340: 			if len(f.toRead) == 0 {
		inflate.go#L349: 		if f.err != nil && len(f.toRead) == 0 {
		inflate.go#L350: 			f.toRead = f.dict.readFlush() // Flush what's left in case of error
		inflate.go#L506: 				f.toRead = f.dict.readFlush()
		inflate.go#L613: 			f.toRead = f.dict.readFlush()
		inflate.go#L644: 		f.toRead = f.dict.readFlush()
		inflate.go#L671: 		f.toRead = f.dict.readFlush()
		inflate.go#L681: 			f.toRead = f.dict.readFlush()